aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/shmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/shmem.c b/mm/shmem.c
index 0905215fb016..2c012eee133d 100644
--- a/mm/shmem.c
+++ b/mm/shmem.c
@@ -2848,7 +2848,7 @@ static int shmem_create(struct inode *dir, struct dentry *dentry, umode_t mode,
2848static int shmem_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) 2848static int shmem_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry)
2849{ 2849{
2850 struct inode *inode = d_inode(old_dentry); 2850 struct inode *inode = d_inode(old_dentry);
2851 int ret; 2851 int ret = 0;
2852 2852
2853 /* 2853 /*
2854 * No ordinary (disk based) filesystem counts links as inodes; 2854 * No ordinary (disk based) filesystem counts links as inodes;