Whamcloud - gitweb
fix default path for lacl_upcall.
authorericm <ericm>
Fri, 12 Aug 2005 23:52:48 +0000 (23:52 +0000)
committerericm <ericm>
Fri, 12 Aug 2005 23:52:48 +0000 (23:52 +0000)
lustre/mds/mds_acl.c

index 5012cad..338b54a 100644 (file)
@@ -57,7 +57,7 @@
 static struct upcall_cache _rmtacl_upcall_cache;
 static struct list_head _rmtacl_upcall_hashtable[RMTACL_UPCALL_HASHSIZE];
 
-#define RMTACL_UPCALL_PATH              "/usr/bin/lacl_upcall"
+#define RMTACL_UPCALL_PATH              "/usr/sbin/lacl_upcall"
 #define RMTACL_ACQUIRE_EXPIRE           (20)
 #define RMTACL_ENTRY_EXPIRE             (0)
 #define RMTACL_ERR_ENTRY_EXPIRE         (0)