aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ubifs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c
index 1207bd51eadd..0dee4042c6c5 100644
--- a/fs/ubifs/super.c
+++ b/fs/ubifs/super.c
@@ -386,6 +386,7 @@ static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf)
386 buf->f_files = 0; 386 buf->f_files = 0;
387 buf->f_ffree = 0; 387 buf->f_ffree = 0;
388 buf->f_namelen = UBIFS_MAX_NLEN; 388 buf->f_namelen = UBIFS_MAX_NLEN;
389 memcpy(&buf->f_fsid, c->uuid, sizeof(__kernel_fsid_t));
389 390
390 return 0; 391 return 0;
391} 392}