diff options
Diffstat (limited to 'fs/hugetlbfs/inode.c')
| -rw-r--r-- | fs/hugetlbfs/inode.c | 8 | 
1 files changed, 1 insertions, 7 deletions
diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c index a3f868ae3fd..4e5f332f15d 100644 --- a/fs/hugetlbfs/inode.c +++ b/fs/hugetlbfs/inode.c @@ -916,14 +916,8 @@ static int get_hstate_idx(int page_size_log)  	return h - hstates;  } -static char *hugetlb_dname(struct dentry *dentry, char *buffer, int buflen) -{ -	return dynamic_dname(dentry, buffer, buflen, "/%s (deleted)", -				dentry->d_name.name); -} -  static struct dentry_operations anon_ops = { -	.d_dname = hugetlb_dname +	.d_dname = simple_dname  };  /*  |