From a2dca3b686e6ddce8f8221285757c56bc0d233c7 Mon Sep 17 00:00:00 2001 From: ericm Date: Fri, 12 Aug 2005 23:52:48 +0000 Subject: [PATCH] fix default path for lacl_upcall. --- lustre/mds/mds_acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mds/mds_acl.c b/lustre/mds/mds_acl.c index 5012cad..338b54a 100644 --- a/lustre/mds/mds_acl.c +++ b/lustre/mds/mds_acl.c @@ -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) -- 1.8.3.1