diff options
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h index 757ba2abf21e..e9a61fe67575 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -147,3 +147,8 @@ extern const struct file_operations pipefifo_fops; | |||
147 | */ | 147 | */ |
148 | extern void sb_pin_kill(struct super_block *sb); | 148 | extern void sb_pin_kill(struct super_block *sb); |
149 | extern void mnt_pin_kill(struct mount *m); | 149 | extern void mnt_pin_kill(struct mount *m); |
150 | |||
151 | /* | ||
152 | * fs/nsfs.c | ||
153 | */ | ||
154 | extern struct dentry_operations ns_dentry_operations; | ||