aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfs/inode.c')
-rw-r--r--fs/hfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfs/inode.c b/fs/hfs/inode.c
index 8eed66af5b82..6d6affd3ba5b 100644
--- a/fs/hfs/inode.c
+++ b/fs/hfs/inode.c
@@ -177,7 +177,7 @@ const struct address_space_operations hfs_aops = {
177/* 177/*
178 * hfs_new_inode 178 * hfs_new_inode
179 */ 179 */
180struct inode *hfs_new_inode(struct inode *dir, struct qstr *name, umode_t mode) 180struct inode *hfs_new_inode(struct inode *dir, const struct qstr *name, umode_t mode)
181{ 181{
182 struct super_block *sb = dir->i_sb; 182 struct super_block *sb = dir->i_sb;
183 struct inode *inode = new_inode(sb); 183 struct inode *inode = new_inode(sb);