Whamcloud - gitweb
- removed redundant check and lock release. If name is not passed to mds_id2locked_de...
[fs/lustre-release.git] / lustre / mds / lproc_mds.c
index d94d8cd..dd39312 100644 (file)
@@ -118,7 +118,8 @@ static int lprocfs_rd_group(char *page, char **start, off_t off,
         struct mds_obd *mds = &obd->u.mds;
 
         *eof = 1;
-        return snprintf(page, count, "%lu\n", (unsigned long)mds->mds_num);
+        return snprintf(page, count, "%lu\n",
+                        (unsigned long)mds->mds_num);
 }
 
 struct lprocfs_vars lprocfs_mds_obd_vars[] = {