Whamcloud - gitweb
- root fid is 2 not 1
[fs/lustre-release.git] / lustre / mds / mds_audit_path.c
index 0de8d14..54b5c9d 100644 (file)
@@ -311,7 +311,7 @@ out:
         RETURN(rc);
 }
 
-#define ROOT_FID        1
+#define ROOT_FID        2
 struct name_item {
         struct list_head link;
         char             name[NAME_MAX + 1];