commit | 4bbcbd3b11dbc676a272be508e47d1c4a5056349 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Mar 17 22:16:40 2015 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 15 15:05:30 2015 -0400 |
tree | 2672c860238fac8efb1cea46a74cdbb99284e620 | |
parent | 7ceab50c0be56cf1bbaf2b3dd1c6cda80e5335fb [diff] |
VFS: Make pathwalk use d_is_reg() rather than S_ISREG() Make pathwalk use d_is_reg() rather than S_ISREG() to determine whether to honour O_TRUNC. Since this occurs after complete_walk(), the dentry type field cannot change and the inode pointer cannot change as we hold a ref on the dentry, so this should be safe. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>