diff options
-rw-r--r-- | libdiskfs/ChangeLog | 6 | ||||
-rw-r--r-- | libdiskfs/node-nputl.c | 2 |
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); |