From bef7cb5a32c70d26a9f0187b1766275ea02f9ce0 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Tue, 5 Jan 2010 04:27:00 -0500 Subject: [PATCH] Wrapfs: don't mention kernel version in modload message Signed-off-by: Erez Zadok --- fs/wrapfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/wrapfs/Makefile b/fs/wrapfs/Makefile index 868fa10febf6..f318d111c21f 100644 --- a/fs/wrapfs/Makefile +++ b/fs/wrapfs/Makefile @@ -1,4 +1,4 @@ -WRAPFS_VERSION="0.1 (for 2.6.32)" +WRAPFS_VERSION="0.1" EXTRA_CFLAGS += -DWRAPFS_VERSION=\"$(WRAPFS_VERSION)\" -- 2.34.1