diff options
author | Dan Carpenter <[email protected]> | 2020-02-28 12:22:59 +0300 |
---|---|---|
committer | Steve French <[email protected]> | 2020-03-17 13:26:26 -0500 |
commit | 39946886fc865a4c26f1b3ea0805936db2d8986d (patch) | |
tree | f668cd4abd909f616b731eb6553a1524714ba432 /lib/netdev-notifier-error-inject.c | |
parent | fb33c6510d5595144d585aa194d377cf74d31911 (diff) |
cifs: potential unintitliazed error code in cifs_getattr()
Smatch complains that "rc" could be uninitialized.
fs/cifs/inode.c:2206 cifs_getattr() error: uninitialized symbol 'rc'.
Changing it to "return 0;" improves readability as well.
Fixes: cc1baf98c8f6 ("cifs: do not ignore the SYNC flags in getattr")
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Steve French <[email protected]>
Acked-by: Ronnie Sahlberg <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions