diff options
Diffstat (limited to 'include/linux/reiserfs_fs.h')
-rw-r--r-- | include/linux/reiserfs_fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h index e47328f51801..4a2df57c8b1d 100644 --- a/include/linux/reiserfs_fs.h +++ b/include/linux/reiserfs_fs.h | |||
@@ -59,6 +59,8 @@ | |||
59 | */ | 59 | */ |
60 | void reiserfs_write_lock(struct super_block *s); | 60 | void reiserfs_write_lock(struct super_block *s); |
61 | void reiserfs_write_unlock(struct super_block *s); | 61 | void reiserfs_write_unlock(struct super_block *s); |
62 | int reiserfs_write_lock_once(struct super_block *s); | ||
63 | void reiserfs_write_unlock_once(struct super_block *s, int lock_depth); | ||
62 | 64 | ||
63 | struct fid; | 65 | struct fid; |
64 | 66 | ||