scoutfs: remove scoutfs_unlock_flags() prototype

There was an old prototype for an unlock variant that hasn't been around
for a while.  Remove it.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2019-04-19 10:58:58 -07:00
committed by Zach Brown
parent 7097d545cf
commit 3a6392aee6

View File

@@ -72,8 +72,6 @@ int scoutfs_lock_node_id(struct super_block *sb, int mode, int flags,
u64 node_id, struct scoutfs_lock **lock);
void scoutfs_unlock(struct super_block *sb, struct scoutfs_lock *lock,
int level);
void scoutfs_unlock_flags(struct super_block *sb, struct scoutfs_lock *lock,
int level, int flags);
void scoutfs_lock_init_coverage(struct scoutfs_lock_coverage *cov);
void scoutfs_lock_add_coverage(struct super_block *sb,