diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-10-04 22:34:18 +0400 |
---|---|---|
committer | Alexey Dobriyan <adobriyan@gmail.com> | 2008-10-23 14:37:00 +0400 |
commit | d8ba7a363393f803c93c8cffabd6d0362618bc2a (patch) | |
tree | 331010c221eb9dfe396b2e6958a08f0fb695e117 /include | |
parent | ae048112c099b0f3adb57f7c0b3a49bc62244609 (diff) | |
download | kernel_goldelico_gta04-d8ba7a363393f803c93c8cffabd6d0362618bc2a.zip kernel_goldelico_gta04-d8ba7a363393f803c93c8cffabd6d0362618bc2a.tar.gz kernel_goldelico_gta04-d8ba7a363393f803c93c8cffabd6d0362618bc2a.tar.bz2 |
proc: move rest of /proc/locks to fs/locks.c
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index a6a625b..0240495 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1037,7 +1037,6 @@ extern int vfs_setlease(struct file *, long, struct file_lock **); extern int lease_modify(struct file_lock **, int); extern int lock_may_read(struct inode *, loff_t start, unsigned long count); extern int lock_may_write(struct inode *, loff_t start, unsigned long count); -extern struct seq_operations locks_seq_operations; #else /* !CONFIG_FILE_LOCKING */ #define fcntl_getlk(a, b) ({ -EINVAL; }) #define fcntl_setlk(a, b, c, d) ({ -EACCES; }) |