Whamcloud - gitweb
- make HEAD from b_post_cmd3
[fs/lustre-release.git] / lustre / lvfs / fsfilt_reiserfs.c
index 3441c96..684afe9 100644 (file)
@@ -172,7 +172,9 @@ static int fsfilt_reiserfs_statfs(struct super_block *sb,
         int rc;
 
         memset(&sfs, 0, sizeof(sfs));
+
         rc = ll_do_statfs(sb, &sfs);
+
         statfs_pack(osfs, &sfs);
         return rc;
 }