commit | 09fada5b5f1f56502bb14f36a69a2c31cea262be | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 22 21:09:14 2012 +0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 29 21:24:20 2012 +0400 |
tree | b7c9e5bf2837d7758c61c1c446b58e7028310b30 | |
parent | 32aecdd36528449cec34e6e63dcd5f0221ca7b43 [diff] |
slightly reduce lossage in gdm72xx * filp_close() needs non-NULL second argument only if it'd been in descriptor table * opened files have non-NULL dentries, TYVM * ... and those dentries are positive - it's kinda hard to open a file that doesn't exist. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>