summaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
authorAl Viro2015-01-11 16:57:27 +0100
committerAl Viro2015-01-26 05:17:28 +0100
commitfdab684d7202774bfd8762d4a656a553b787c8ec (patch)
tree8ddb298648037f9abd37bc3b263e53695ceb9ce2 /fs/internal.h
parentget rid of the second argument of acct_kill() (diff)
downloadkernel-qcow2-linux-fdab684d7202774bfd8762d4a656a553b787c8ec.tar.gz
kernel-qcow2-linux-fdab684d7202774bfd8762d4a656a553b787c8ec.tar.xz
kernel-qcow2-linux-fdab684d7202774bfd8762d4a656a553b787c8ec.zip
allow attaching fs_pin to a group not associated with some superblock
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h
index e9a61fe67575..a6efd2f09ba3 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -145,7 +145,7 @@ extern const struct file_operations pipefifo_fops;
/*
* 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);
/*