diff options
Diffstat (limited to 'include/linux/fs.h')
-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 172303655702..6cfc9a29a783 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1006,7 +1006,6 @@ extern int vfs_setlease(struct file *, long, struct file_lock **); | |||
1006 | extern int lease_modify(struct file_lock **, int); | 1006 | extern int lease_modify(struct file_lock **, int); |
1007 | extern int lock_may_read(struct inode *, loff_t start, unsigned long count); | 1007 | extern int lock_may_read(struct inode *, loff_t start, unsigned long count); |
1008 | extern int lock_may_write(struct inode *, loff_t start, unsigned long count); | 1008 | extern int lock_may_write(struct inode *, loff_t start, unsigned long count); |
1009 | extern void locks_delete_block(struct file_lock *waiter); | ||
1010 | extern void lock_flocks(void); | 1009 | extern void lock_flocks(void); |
1011 | extern void unlock_flocks(void); | 1010 | extern void unlock_flocks(void); |
1012 | #else /* !CONFIG_FILE_LOCKING */ | 1011 | #else /* !CONFIG_FILE_LOCKING */ |
@@ -1150,10 +1149,6 @@ static inline int lock_may_write(struct inode *inode, loff_t start, | |||
1150 | return 1; | 1149 | return 1; |
1151 | } | 1150 | } |
1152 | 1151 | ||
1153 | static inline void locks_delete_block(struct file_lock *waiter) | ||
1154 | { | ||
1155 | } | ||
1156 | |||
1157 | static inline void lock_flocks(void) | 1152 | static inline void lock_flocks(void) |
1158 | { | 1153 | { |
1159 | } | 1154 | } |