linux-sg2042/fs/afs
Colin Ian King 43dd388b21 afs: remove redundant assignment of dvnode to itself
The assignment of dvnode to itself is redundant and can be removed.
Cleans up warning detected by cppcheck:

fs/afs/dir.c:975: (warning) Redundant assignment of 'dvnode' to itself.

Fixes: d2ddc776a4 ("afs: Overhaul volume and server record caching and fileserver rotation")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David Howells <dhowells@redhat.com>
2017-11-24 13:55:46 +00:00
..
Kconfig
Makefile
addr_list.c
afs.h
afs_cm.h
afs_fs.h
afs_vl.h
cache.c
callback.c
cell.c afs: cell: Remove unnecessary code in afs_lookup_cell 2017-11-24 13:55:45 +00:00
cmservice.c
dir.c afs: remove redundant assignment of dvnode to itself 2017-11-24 13:55:46 +00:00
file.c
flock.c afs: Fix file locking 2017-11-17 10:06:13 +00:00
fsclient.c
inode.c
internal.h afs: Fix file locking 2017-11-17 10:06:13 +00:00
main.c
misc.c
mntpt.c
netdevices.c
proc.c
rotate.c afs: Fix file locking 2017-11-17 10:06:13 +00:00
rxrpc.c
security.c afs: Fix file locking 2017-11-17 10:06:13 +00:00
server.c
server_list.c afs: Fix file locking 2017-11-17 10:06:13 +00:00
super.c
vlclient.c
volume.c
write.c afs: Make afs_write_begin() avoid writing to a page that's being stored 2017-11-24 10:56:51 +00:00
xattr.c