summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@xenon.tklauser.home>2006-07-01 17:06:09 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-07-01 17:06:09 +0200
commit8002cd4f86f018ae23d030e4d517f5d7c0495e4a (patch)
treeac09dd3b5da893a3af6da3b85eb8edbdfdffdcca
parent4cfc365e4bb01be45c3c3dcaf3b50def7def24d6 (diff)
This seems legitimate
-rw-r--r--inotail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inotail.c b/inotail.c
index d771f1d..2e1ad1b 100644
--- a/inotail.c
+++ b/inotail.c
@@ -37,7 +37,7 @@
#include "inotail.h"
-#define VERSION "0.0"
+#define VERSION "0.1"
#define BUFFER_SIZE 4096
's and the BUG_ON() is replaced with a warning and return of an error code as well, to keep system alive as much as possible. Link: http://lkml.kernel.org/r/57FCF07C.2020103@zoho.com Signed-off-by: zijun_hu <zijun_hu@htc.com> Cc: Tejun Heo <tj@kernel.org> Cc: Christoph Lameter <cl@linux.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')