Whamcloud - gitweb
from Brian: adjust default lsd location to /usr/sbin instead of /sbin/
[fs/lustre-release.git] / lustre / mds / mds_lsd.c
index fbc3de3..dea07fe 100644 (file)
@@ -211,7 +211,7 @@ int mds_init_lsd_cache()
         cache->uc_name = "LSD_CACHE";
 
         /* set default value, proc tunable */
-        sprintf(cache->uc_upcall, "%s", "/sbin/lsd_upcall");
+        sprintf(cache->uc_upcall, "%s", "/usr/sbin/lsd_upcall");
         cache->uc_entry_expire = 5 * 60;
         cache->uc_acquire_expire = 5;