mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-07 11:10:44 +00:00
scoutfs: Remove unused functions, scoutfs_[un]lock_addr
Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
@@ -31,11 +31,6 @@ int scoutfs_lock_inode_index(struct super_block *sb, int mode,
|
||||
struct scoutfs_lock **ret_lock);
|
||||
void scoutfs_unlock(struct super_block *sb, struct scoutfs_lock *lock);
|
||||
|
||||
int scoutfs_lock_addr(struct super_block *sb, int wanted_mode,
|
||||
void *caller_lvb, unsigned lvb_len);
|
||||
void scoutfs_unlock_addr(struct super_block *sb, void *caller_lvb,
|
||||
unsigned lvb_len);
|
||||
|
||||
int scoutfs_lock_setup(struct super_block *sb);
|
||||
void scoutfs_lock_shutdown(struct super_block *sb);
|
||||
void scoutfs_lock_destroy(struct super_block *sb);
|
||||
|
||||
Reference in New Issue
Block a user