mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
ovl_lookup_real_one(): don't bother with strlen()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
1d8b29fdb7
commit
230c6402b1
7 changed files with 13 additions and 15 deletions
|
@ -593,7 +593,7 @@ static inline struct inode *d_real_inode(const struct dentry *dentry)
|
|||
}
|
||||
|
||||
struct name_snapshot {
|
||||
const unsigned char *name;
|
||||
struct qstr name;
|
||||
unsigned char inline_name[DNAME_INLINE_LEN];
|
||||
};
|
||||
void take_dentry_name_snapshot(struct name_snapshot *, struct dentry *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue