|
@@ -1552,11 +1552,6 @@ struct block_device_operations;
|
|
#define HAVE_COMPAT_IOCTL 1
|
|
#define HAVE_COMPAT_IOCTL 1
|
|
#define HAVE_UNLOCKED_IOCTL 1
|
|
#define HAVE_UNLOCKED_IOCTL 1
|
|
|
|
|
|
-/*
|
|
|
|
- * NOTE:
|
|
|
|
- * all file operations except setlease can be called without
|
|
|
|
- * the big kernel lock held in all filesystems.
|
|
|
|
- */
|
|
|
|
struct file_operations {
|
|
struct file_operations {
|
|
struct module *owner;
|
|
struct module *owner;
|
|
loff_t (*llseek) (struct file *, loff_t, int);
|
|
loff_t (*llseek) (struct file *, loff_t, int);
|