diff options
author | Al Smith <Al.Smith@aeschi.ch.eu.org> | 1999-04-18 12:53:49 +0000 |
---|---|---|
committer | Al Smith <Al.Smith@aeschi.ch.eu.org> | 1999-04-18 12:53:49 +0000 |
commit | 22ee0f26ee9026be3ef67b9229ebfab26e1f6fb0 (patch) | |
tree | d93bd0b3b37bf662ab320d8050c04306043d4e08 /include | |
parent | f863fa44863c5443c0b34e30bfb662358f27dd22 (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.h | 2 |
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>"; |