summaryrefslogtreecommitdiff
path: root/libdiskfs/node-nputl.c
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 /libdiskfs/node-nputl.c
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).
Diffstat (limited to 'libdiskfs/node-nputl.c')
-rw-r--r--libdiskfs/node-nputl.c2
1 files changed, 1 insertions, 1 deletions
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);