Commit 78b1e540 authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina

fs: fix comment for 'CONFIG_LBADF'

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 45d5acd3
...@@ -44,7 +44,7 @@ void fsstack_copy_inode_size(struct inode *dst, struct inode *src) ...@@ -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 * include/linux/fs.h). We don't necessarily hold i_mutex when this
* is called, so take i_lock for that case. * 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 * 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. * for that case too, and do both at once by combining the tests.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment