get rid of the second argument of acct_kill()
[deliverable/linux.git] / include / linux / fs_pin.h
CommitLineData
efb170c2
AV
1#include <linux/fs.h>
2
3struct fs_pin {
34cece2e
AV
4 struct hlist_node s_list;
5 struct hlist_node m_list;
efb170c2
AV
6 void (*kill)(struct fs_pin *);
7};
8
efb170c2
AV
9void pin_remove(struct fs_pin *);
10void pin_insert(struct fs_pin *, struct vfsmount *);
This page took 0.060359 seconds and 5 git commands to generate.