From f481e1a162c36000c2b1ba3832314edcb6328d77 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 6 Jul 1999 00:09:01 +0000 Subject: Mon Jul 5 20:03:18 1999 Thomas Bushnell, BSG * node-nputl.c (diskfs_nput_light): Fix typo in function declaration. Reported by Yamashita TAKAO (jargon@lares.dti.ne.jp). --- libdiskfs/ChangeLog | 6 ++++++ libdiskfs/node-nputl.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 + + * 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 * 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); -- cgit v1.2.3