diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-10-21 15:20:42 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-10-31 17:48:54 -0400 |
commit | a7400222e3eb7d5ce3820d2234905bbeafabd171 (patch) | |
tree | f630c4138ceb3889e08c5cd0029d2f07ec47dd0a /fs/coda/coda_linux.h | |
parent | ac7576f4b1da8c9c6bc1ae026c2b9e86ae617ba5 (diff) | |
download | linux-a7400222e3eb7d5ce3820d2234905bbeafabd171.tar.gz linux-a7400222e3eb7d5ce3820d2234905bbeafabd171.tar.bz2 linux-a7400222e3eb7d5ce3820d2234905bbeafabd171.zip |
new helper: is_root_inode()
replace open-coded instances
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/coda/coda_linux.h')
-rw-r--r-- | fs/coda/coda_linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/coda/coda_linux.h b/fs/coda/coda_linux.h index d42b725b1d21..d6f7a76a1f5b 100644 --- a/fs/coda/coda_linux.h +++ b/fs/coda/coda_linux.h @@ -52,7 +52,6 @@ int coda_setattr(struct dentry *, struct iattr *); /* this file: heloers */ char *coda_f2s(struct CodaFid *f); -int coda_isroot(struct inode *i); int coda_iscontrol(const char *name, size_t length); void coda_vattr_to_iattr(struct inode *, struct coda_vattr *); |