commit | d3d009cb965eae7e002ea5badf603ea8f4c34915 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jan 25 20:11:22 2013 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 26 02:46:14 2013 -0500 |
tree | 624a97e06717507d4246da2369b684d4ebd6e0a9 | |
parent | 87e0aab37ff6c4284810a48d6034314fbf4eb319 [diff] |
saner proc_get_inode() calling conventions Make it drop the pde in *all* cases when no new reference to it is put into an inode - both when an inode had already been set up (as we were already doing) and when inode allocation has failed. Makes for simpler logics in callers... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>