diff options
Diffstat (limited to 'fs/gfs2/dir.c')
-rw-r--r-- | fs/gfs2/dir.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/gfs2/dir.c b/fs/gfs2/dir.c index ffc1beff6703..0404783f39b3 100644 --- a/fs/gfs2/dir.c +++ b/fs/gfs2/dir.c | |||
@@ -669,10 +669,10 @@ static void dirent_del(struct gfs2_inode *dip, struct buffer_head *bh, | |||
669 | * Takes a dent from which to grab space as an argument. Returns the | 669 | * Takes a dent from which to grab space as an argument. Returns the |
670 | * newly created dent. | 670 | * newly created dent. |
671 | */ | 671 | */ |
672 | struct gfs2_dirent *gfs2_init_dirent(struct inode *inode, | 672 | static struct gfs2_dirent *gfs2_init_dirent(struct inode *inode, |
673 | struct gfs2_dirent *dent, | 673 | struct gfs2_dirent *dent, |
674 | const struct qstr *name, | 674 | const struct qstr *name, |
675 | struct buffer_head *bh) | 675 | struct buffer_head *bh) |
676 | { | 676 | { |
677 | struct gfs2_inode *ip = inode->u.generic_ip; | 677 | struct gfs2_inode *ip = inode->u.generic_ip; |
678 | struct gfs2_dirent *ndent; | 678 | struct gfs2_dirent *ndent; |