Re: [PATCH 04/12] libnetfs: fix a dead store

2013-11-20 Thread Samuel Thibault
Justus Winter, le Wed 20 Nov 2013 14:37:57 +0100, a écrit : > * libnetfs/fsys-getroot.c (netfs_S_fsys_getroot): Fix dead store. I'm undecided. Setting err to 0 makes it coherent with the rest, even if it is not actually used. > --- > libnetfs/fsys-getroot.c |1 - > 1 file changed, 1 deletion

[PATCH 04/12] libnetfs: fix a dead store

2013-11-20 Thread Justus Winter
* libnetfs/fsys-getroot.c (netfs_S_fsys_getroot): Fix dead store. --- libnetfs/fsys-getroot.c |1 - 1 file changed, 1 deletion(-) diff --git a/libnetfs/fsys-getroot.c b/libnetfs/fsys-getroot.c index 0d80111..d3dda17 100644 --- a/libnetfs/fsys-getroot.c +++ b/libnetfs/fsys-getroot.c @@ -84,7 +