diff options
author | 2011-08-08 14:30:29 +0200 | |
---|---|---|
committer | 2011-08-08 14:30:29 +0200 | |
commit | 0a2d31b62dba9b5b92a38c67c9cc42630513662a (patch) | |
tree | f755d74ec85248de645e10c45ed1a2ed467530f6 /fs/stack.c | |
parent | sound: pss - don't use the deprecated function check_region (diff) | |
parent | ALSA: Fix dependency of CONFIG_SND_TEA575X (diff) | |
download | wireguard-linux-0a2d31b62dba9b5b92a38c67c9cc42630513662a.tar.xz wireguard-linux-0a2d31b62dba9b5b92a38c67c9cc42630513662a.zip |
Merge branch 'fix/kconfig' into for-linus
Diffstat (limited to 'fs/stack.c')
-rw-r--r-- | fs/stack.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/stack.c b/fs/stack.c index 4a6f7f440658..b4f2ab48a61f 100644 --- a/fs/stack.c +++ b/fs/stack.c @@ -29,10 +29,7 @@ void fsstack_copy_inode_size(struct inode *dst, struct inode *src) * * We don't actually know what locking is used at the lower level; * but if it's a filesystem that supports quotas, it will be using - * i_lock as in inode_add_bytes(). tmpfs uses other locking, and - * its 32-bit is (just) able to exceed 2TB i_size with the aid of - * holes; but its i_blocks cannot carry into the upper long without - * almost 2TB swap - let's ignore that case. + * i_lock as in inode_add_bytes(). */ if (sizeof(i_blocks) > sizeof(long)) spin_lock(&src->i_lock); |