From 78b1e540f2a3c01c7487f025943cdf9fbfc9b605 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Tue, 24 Jun 2014 10:43:06 +0200 Subject: fs: fix comment for 'CONFIG_LBADF' Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- fs/stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/stack.c') diff --git a/fs/stack.c b/fs/stack.c index 5b53882..a54e33e 100644 --- a/fs/stack.c +++ b/fs/stack.c @@ -44,7 +44,7 @@ void fsstack_copy_inode_size(struct inode *dst, struct inode *src) * include/linux/fs.h). We don't necessarily hold i_mutex when this * is called, so take i_lock for that case. * - * And if CONFIG_LBADF (on 32-bit), continue our effort to keep the + * And if CONFIG_LBDAF (on 32-bit), continue our effort to keep the * two halves of i_blocks in sync despite SMP or PREEMPT: use i_lock * for that case too, and do both at once by combining the tests. * -- cgit v1.1