[PATCH] [PATCH]Btrfs-prog: uniform error handling for utils.c
--- Makefile | 4 +- btrfs-syscalls.c | 180 + btrfs-syscalls.h | 55 +++ kerncompat.h | 5 +- utils.c | 200 +++ 5 files changed, 337 insertions(+), 107 deleti
[PATCH] Test Commit
--- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18eb944..7cc7783 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CC = gcc LN = ln AR = ar AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -DBTRFS_FLAT_INCLUDES -fno-strict-aliasing -fPIC -C