diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2009-05-22 05:48:59 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2009-05-22 05:48:59 -0400 |
commit | 536baf02f650f4547f105386878b4736fbc181e8 (patch) | |
tree | eeb326e76515c074f6eb0ae63deb598605632523 /fs/gfs2/inode.h | |
parent | 2286dbfad1fb622ee2691537e5caaedee4618860 (diff) |
GFS2: Move gfs2_readlinki into ops_inode.c
Move gfs2_readlinki 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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/inode.h b/fs/gfs2/inode.h index 6cd39284eb08..fc9a08f45be7 100644 --- a/fs/gfs2/inode.h +++ b/fs/gfs2/inode.h | |||
@@ -99,7 +99,6 @@ extern struct inode *gfs2_createi(struct gfs2_holder *ghs, | |||
99 | 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, |
100 | const struct gfs2_inode *ip); | 100 | const struct gfs2_inode *ip); |
101 | extern int gfs2_permission(struct inode *inode, int mask); | 101 | extern int gfs2_permission(struct inode *inode, int mask); |
102 | extern int gfs2_readlinki(struct gfs2_inode *ip, char **buf, unsigned int *len); | ||
103 | extern int gfs2_setattr_simple(struct gfs2_inode *ip, struct iattr *attr); | 102 | extern int gfs2_setattr_simple(struct gfs2_inode *ip, struct iattr *attr); |
104 | extern struct inode *gfs2_lookup_simple(struct inode *dip, const char *name); | 103 | extern struct inode *gfs2_lookup_simple(struct inode *dip, const char *name); |
105 | extern void gfs2_dinode_out(const struct gfs2_inode *ip, void *buf); | 104 | extern void gfs2_dinode_out(const struct gfs2_inode *ip, void *buf); |