From: Davidlohr Bueso Date: Wed, 29 Feb 2012 11:27:41 +0000 (+0100) Subject: include: add /proc/locks path to pathnames X-Git-Tag: v2.22-rc1~737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b128072502544e8e8ede0b46d93c052ac575a1;p=thirdparty%2Futil-linux.git include: add /proc/locks path to pathnames Signed-off-by: Davidlohr Bueso Signed-off-by: Karel Zak --- diff --git a/include/pathnames.h b/include/pathnames.h index e6e3d19575..3547e8e4a7 100644 --- a/include/pathnames.h +++ b/include/pathnames.h @@ -88,6 +88,7 @@ #define _PATH_PROC_PARTITIONS "/proc/partitions" #define _PATH_PROC_DEVICES "/proc/devices" #define _PATH_PROC_MOUNTINFO "/proc/self/mountinfo" +#define _PATH_PROC_LOCKS "/proc/locks" #define _PATH_SYS_BLOCK "/sys/block" #define _PATH_SYS_DEVBLOCK "/sys/dev/block"