diff options
| author | Wanlong Gao <gaowanlong@cn.fujitsu.com> | 2011-07-18 21:48:39 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-20 20:48:05 -0400 |
| commit | 295cc522c2b2834b302424e41ebb5846df6d61bd (patch) | |
| tree | b96c1f81f5f10695dc24ea54ec5bc12a94c844be /include/linux | |
| parent | 86c98e8cdb21ff4628f4d48559ab6e006380fa4b (diff) | |
fs:update the NOTE of the file_operations structure
Big kernel lock had been removed and setlease now use the lock_flocks()
to hold a special spin lock file_lock_lock by Matthew.
So just remove the out-of-date NOTE.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9cd2075c4a39..e0569e4ab2d5 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -1552,11 +1552,6 @@ struct block_device_operations; | |||
| 1552 | #define HAVE_COMPAT_IOCTL 1 | 1552 | #define HAVE_COMPAT_IOCTL 1 |
| 1553 | #define HAVE_UNLOCKED_IOCTL 1 | 1553 | #define HAVE_UNLOCKED_IOCTL 1 |
| 1554 | 1554 | ||
| 1555 | /* | ||
| 1556 | * NOTE: | ||
| 1557 | * all file operations except setlease can be called without | ||
| 1558 | * the big kernel lock held in all filesystems. | ||
| 1559 | */ | ||
| 1560 | struct file_operations { | 1555 | struct file_operations { |
| 1561 | struct module *owner; | 1556 | struct module *owner; |
| 1562 | loff_t (*llseek) (struct file *, loff_t, int); | 1557 | loff_t (*llseek) (struct file *, loff_t, int); |
