diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
commit | 78c388aed2b7184182c08428db1de6c872d815f5 (patch) | |
tree | 4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /fs/bad_inode.c | |
parent | eb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff) |
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'fs/bad_inode.c')
-rw-r--r-- | fs/bad_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bad_inode.c b/fs/bad_inode.c index 6eee191e8..33560caa4 100644 --- a/fs/bad_inode.c +++ b/fs/bad_inode.c @@ -15,7 +15,7 @@ * so that a bad root inode can at least be unmounted. To do this * we must dput() the base and return the dentry with a dget(). */ -static struct dentry * bad_follow_link(struct dentry *dent, struct dentry *base) +static struct dentry * bad_follow_link(struct dentry *dent, struct dentry *base, unsigned int follow) { dput(base); return dget(dent); |