Re: [PATCH] ext4: mark objects for local use as static
From: Ted Ts'o <tytso@mit.edu>
Date: 2011-02-23 17:24:28
From: Ted Ts'o <tytso@mit.edu>
Date: 2011-02-23 17:24:28
On Tue, Feb 15, 2011 at 08:43:18PM +0100, Lukas Czerner wrote:
Certain object in ext4 code are supposed to be used only locally, but are not defined as static. Fix it by adding static into definition. Signed-off-by: Lukas Czerner <redacted>
Thanks, added to the ext4 patch queue with the one-line summary:
ext4: mark file-local functions and variables as static
- Ted