commit | fdab684d7202774bfd8762d4a656a553b787c8ec | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 11 10:57:27 2015 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 25 23:17:28 2015 -0500 |
tree | 8ddb298648037f9abd37bc3b263e53695ceb9ce2 | |
parent | 3b994d98a815d934ab6a77a380882865982c14f9 [diff] [blame] |
allow attaching fs_pin to a group not associated with some superblock Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/internal.h b/fs/internal.h index e9a61fe..a6efd2f 100644 --- a/fs/internal.h +++ b/fs/internal.h
@@ -145,7 +145,7 @@ /* * fs_pin.c */ -extern void sb_pin_kill(struct super_block *sb); +extern void group_pin_kill(struct hlist_head *p); extern void mnt_pin_kill(struct mount *m); /*