commit | def12ec59dd74f5b6ff013b874b1e558b1c22f50 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sat Aug 19 08:13:46 2017 +0200 |
committer | Jan Kara <jack@suse.cz> | Wed Aug 23 18:54:03 2017 +0200 |
tree | 8b82b01a2a54701b2d9cc730977ed990bb23a599 | |
parent | e96e8a1dc12e3186e24c74e42e03b788d3132377 [diff] |
isofs: Delete an unnecessary variable initialisation in isofs_read_inode() The local variable "bh" will be set to an appropriate pointer a bit later. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Jan Kara <jack@suse.cz>