aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h5
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 */
1560struct file_operations { 1555struct 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);