diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-03 23:24:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-03 23:24:56 +0000 |
commit | c27a7e0b09cf1c66119fa0c813b2463e8118b0ef (patch) | |
tree | 9f593510ee17c7ccb15a940b16cf973f56c87dd4 /libdiskfs | |
parent | 2fce33389d1ebe820a2f1b629cda576f14fd87ed (diff) |
Formerly peropen-make.c.~6~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/peropen-make.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/peropen-make.c b/libdiskfs/peropen-make.c index 0194d2c8..aea909ec 100644 --- a/libdiskfs/peropen-make.c +++ b/libdiskfs/peropen-make.c @@ -29,5 +29,6 @@ diskfs_make_peropen (struct node *np, int flags) po->refcnt = 0; po->openstat = flags; po->np = np; + diskfs_nref (np); return po; } |