diff options
Diffstat (limited to 'fs/cifs/file.c')
-rw-r--r-- | fs/cifs/file.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 90ab83647b82..e2a8e4456275 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c | |||
@@ -288,8 +288,6 @@ cifs_new_fileinfo(struct cifs_fid *fid, struct file *file, | |||
288 | return cfile; | 288 | return cfile; |
289 | } | 289 | } |
290 | 290 | ||
291 | static void cifs_del_lock_waiters(struct cifsLockInfo *lock); | ||
292 | |||
293 | struct cifsFileInfo * | 291 | struct cifsFileInfo * |
294 | cifsFileInfo_get(struct cifsFileInfo *cifs_file) | 292 | cifsFileInfo_get(struct cifsFileInfo *cifs_file) |
295 | { | 293 | { |
@@ -696,7 +694,7 @@ cifs_lock_init(__u64 offset, __u64 length, __u8 type) | |||
696 | return lock; | 694 | return lock; |
697 | } | 695 | } |
698 | 696 | ||
699 | static void | 697 | void |
700 | cifs_del_lock_waiters(struct cifsLockInfo *lock) | 698 | cifs_del_lock_waiters(struct cifsLockInfo *lock) |
701 | { | 699 | { |
702 | struct cifsLockInfo *li, *tmp; | 700 | struct cifsLockInfo *li, *tmp; |
@@ -1229,7 +1227,7 @@ cifs_getlk(struct file *file, struct file_lock *flock, __u32 type, | |||
1229 | return 0; | 1227 | return 0; |
1230 | } | 1228 | } |
1231 | 1229 | ||
1232 | static void | 1230 | void |
1233 | cifs_move_llist(struct list_head *source, struct list_head *dest) | 1231 | cifs_move_llist(struct list_head *source, struct list_head *dest) |
1234 | { | 1232 | { |
1235 | struct list_head *li, *tmp; | 1233 | struct list_head *li, *tmp; |
@@ -1237,7 +1235,7 @@ cifs_move_llist(struct list_head *source, struct list_head *dest) | |||
1237 | list_move(li, dest); | 1235 | list_move(li, dest); |
1238 | } | 1236 | } |
1239 | 1237 | ||
1240 | static void | 1238 | void |
1241 | cifs_free_llist(struct list_head *llist) | 1239 | cifs_free_llist(struct list_head *llist) |
1242 | { | 1240 | { |
1243 | struct cifsLockInfo *li, *tmp; | 1241 | struct cifsLockInfo *li, *tmp; |