kill pin_put()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2015-01-09 20:40:02 -05:00
parent 92fc41c3a6
commit 9e251d0204
3 changed files with 10 additions and 16 deletions

View File

@@ -12,6 +12,5 @@ struct fs_pin {
void (*kill)(struct fs_pin *);
};
void pin_put(struct fs_pin *);
void pin_remove(struct fs_pin *);
void pin_insert(struct fs_pin *, struct vfsmount *);