commit | 95fbadbb5566e383f0cfe40d895e698ab38bdbc7 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Mon Dec 09 11:09:15 2019 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jan 20 20:12:40 2020 -0500 |
tree | 97c0fc9d60b2f16765c9803ef52003bbdff93a74 | |
parent | 71b2612776c1b9c34c460f79bcdaef46d0e77ed2 [diff] |
fs/adfs: dir: add common dir object initialisation Initialise the dir object before we pass it down to the directory format specific read handler. This allows us to get rid of the initialisation inside those handlers. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>