summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-06 00:09:01 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-06 00:09:01 +0000
commitf481e1a162c36000c2b1ba3832314edcb6328d77 (patch)
treef1b00b23fd374dd5bc77449fa07f7ba33fd30308
parent54e27a2c14b9d650249876ce1f1c85c07a997d03 (diff)
Mon Jul 5 20:03:18 1999 Thomas Bushnell, BSG <tb@mit.edu>
* node-nputl.c (diskfs_nput_light): Fix typo in function declaration. Reported by Yamashita TAKAO (jargon@lares.dti.ne.jp).
-rw-r--r--libdiskfs/ChangeLog6
-rw-r--r--libdiskfs/node-nputl.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 51eeb6e4..6f06efb6 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 5 20:03:18 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * node-nputl.c (diskfs_nput_light): Fix typo in function
+ declaration. Reported by Yamashita TAKAO
+ (jargon@lares.dti.ne.jp).
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* file-get-trans.c (diskfs_S_file_get_translator): Use munmap
diff --git a/libdiskfs/node-nputl.c b/libdiskfs/node-nputl.c
index 337bb25d..45b109ea 100644
--- a/libdiskfs/node-nputl.c
+++ b/libdiskfs/node-nputl.c
@@ -22,7 +22,7 @@
#include "priv.h"
/* Unlock node NP and release a light reference */
-DISKFS_EI void
+void
diskfs_nput_light (struct node *np)
{
spin_lock (&diskfs_node_refcnt_lock);