diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-05-22 00:22:52 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-08-07 20:40:09 +0200 |
commit | 8fa1f1c2bd86007beb4a4845e6087ac4a704dc80 (patch) | |
tree | 9bfd55957c49422697debb7651b669891cb1b5f2 /fs/internal.h | |
parent | take fs_pin stuff to fs/* (diff) | |
download | linux-8fa1f1c2bd86007beb4a4845e6087ac4a704dc80.tar.xz linux-8fa1f1c2bd86007beb4a4845e6087ac4a704dc80.zip |
make fs/{namespace,super}.c forget about acct.h
These externs belong in fs/internal.h. Rename (they are not acct-specific
anymore) and move them over there.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h index 9a2edba87c2b..e325b4f9c799 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -143,3 +143,9 @@ extern long do_splice_direct(struct file *in, loff_t *ppos, struct file *out, * pipe.c */ extern const struct file_operations pipefifo_fops; + +/* + * fs_pin.c + */ +extern void sb_pin_kill(struct super_block *sb); +extern void mnt_pin_kill(struct mount *m); |