summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAl Smith <Al.Smith@aeschi.ch.eu.org>1999-04-18 12:53:49 +0000
committerAl Smith <Al.Smith@aeschi.ch.eu.org>1999-04-18 12:53:49 +0000
commit22ee0f26ee9026be3ef67b9229ebfab26e1f6fb0 (patch)
treed93bd0b3b37bf662ab320d8050c04306043d4e08 /include
parentf863fa44863c5443c0b34e30bfb662358f27dd22 (diff)
Found a buffer that wasn't being brelse()d in efs_read_super
(noted by Matthew Wilcox <willy@bofh.ai>).
Diffstat (limited to 'include')
-rw-r--r--include/linux/efs_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/efs_fs.h b/include/linux/efs_fs.h
index 8bd8d137b..9facecc42 100644
--- a/include/linux/efs_fs.h
+++ b/include/linux/efs_fs.h
@@ -9,7 +9,7 @@
#ifndef __EFS_FS_H__
#define __EFS_FS_H__
-#define EFS_VERSION "0.98c"
+#define EFS_VERSION "0.98d"
static const char cprt[] = "EFS: "EFS_VERSION" - (c) 1999 Al Smith <Al.Smith@aeschi.ch.eu.org>";