Loading fs/nfs/nfs4proc.c +3 −5 Original line number Diff line number Diff line Loading @@ -7120,11 +7120,9 @@ static bool nfs41_same_server_scope(struct nfs41_server_scope *a, struct nfs41_server_scope *b) { if (a->server_scope_sz == b->server_scope_sz && memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0) return true; if (a->server_scope_sz != b->server_scope_sz) return false; return memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0; } static void Loading Loading
fs/nfs/nfs4proc.c +3 −5 Original line number Diff line number Diff line Loading @@ -7120,11 +7120,9 @@ static bool nfs41_same_server_scope(struct nfs41_server_scope *a, struct nfs41_server_scope *b) { if (a->server_scope_sz == b->server_scope_sz && memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0) return true; if (a->server_scope_sz != b->server_scope_sz) return false; return memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0; } static void Loading