From 8104b2dfab32aea972ecfc4e89bf350b092e1952 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 13 Apr 2012 13:13:50 +0100 Subject: New APIs for reading and writing ext2 file attributes and file generation. The new APIs are: get-e2attrs: List ext2 file attributes of a file. set-e2attrs: Set or clear ext2 file attributes of a file. get-e2generation: Get ext2 file generation of a file. set-e2generation: Set ext2 file generation of a file. These are implemented using the lsattr and chattr programs from e2fsprogs. --- src/MAX_PROC_NR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index 4dab36bb..3ae0b938 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -317 +321 -- cgit