diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-02 21:16:52 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-02 21:16:52 +0000 |
commit | c28a962b837c457e0e7478774ddd528f9ea9df99 (patch) | |
tree | 38148e7ce2960a2d0c48bd250d511b82507012f0 | |
parent | b02f368f043f7494c328ee3a44a910d81a608758 (diff) |
entered into RCS
-rw-r--r-- | libdiskfs/priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index feee7a05..899c8e30 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -101,7 +101,6 @@ extern spin_lock_t _diskfs_control_lock; \ mutex_lock (&np->lock); \ (OPERATION); \ - diskfs_node_update (np, 0); \ mutex_unlock (&np->lock); \ return err; \ }) |