diff options
-rw-r--r-- | libdiskfs/dir-unlink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/dir-unlink.c b/libdiskfs/dir-unlink.c index 34fe0b67..13dd8f4b 100644 --- a/libdiskfs/dir-unlink.c +++ b/libdiskfs/dir-unlink.c @@ -1,5 +1,5 @@ /* libdiskfs implementation of fs.defs: dir_unlink - Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -39,7 +39,7 @@ diskfs_S_dir_unlink (struct protid *dircred, mutex_lock (&dnp->lock); - error = diskfs_lookup (dnp, name, REMOVE, &np, ds, dircred); + error = diskfs_lookup (dnp, name, REMOVE, &np, ds, dircred, 0, 0); if (error == EAGAIN) error = EISDIR; if (error) |