diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2009-05-22 05:45:09 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2009-05-22 05:45:09 -0400 |
commit | 2286dbfad1fb622ee2691537e5caaedee4618860 (patch) | |
tree | da16646efb25515c3b6865b84bf3485a4714caee /fs/gfs2/inode.h | |
parent | 9e6e0a128bca0a151d8d3fbd9459b22fc21cfebb (diff) |
GFS2: Move gfs2_rmdiri into ops_inode.c
Move gfs2_rmdiri() into ops_inode.c and make it static.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/inode.h')
-rw-r--r-- | fs/gfs2/inode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/inode.h b/fs/gfs2/inode.h index 2c3ec072d60e..6cd39284eb08 100644 --- a/fs/gfs2/inode.h +++ b/fs/gfs2/inode.h | |||
@@ -96,8 +96,6 @@ extern struct inode *gfs2_lookupi(struct inode *dir, const struct qstr *name, | |||
96 | extern struct inode *gfs2_createi(struct gfs2_holder *ghs, | 96 | extern struct inode *gfs2_createi(struct gfs2_holder *ghs, |
97 | const struct qstr *name, | 97 | const struct qstr *name, |
98 | unsigned int mode, dev_t dev); | 98 | unsigned int mode, dev_t dev); |
99 | extern int gfs2_rmdiri(struct gfs2_inode *dip, const struct qstr *name, | ||
100 | struct gfs2_inode *ip); | ||
101 | extern int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, | 99 | extern int gfs2_unlink_ok(struct gfs2_inode *dip, const struct qstr *name, |
102 | const struct gfs2_inode *ip); | 100 | const struct gfs2_inode *ip); |
103 | extern int gfs2_permission(struct inode *inode, int mask); | 101 | extern int gfs2_permission(struct inode *inode, int mask); |