X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fafs%2Fcell.c;h=3c090b7555ea8f3a095e0504a69cbd696db13ab5;hb=94d30ae90a00cafe686c1057be57f4885f963abf;hp=0d5eeadf6121a23259c750490f46ef9c38d1d245;hpb=c0f62edd400115e54c52692c1dc6f5bf58ea0ba6;p=deliverable%2Flinux.git diff --git a/fs/afs/cell.c b/fs/afs/cell.c index 0d5eeadf6121..ca0a3cf93791 100644 --- a/fs/afs/cell.c +++ b/fs/afs/cell.c @@ -179,7 +179,7 @@ struct afs_cell *afs_cell_create(const char *name, unsigned namesz, /* put it up for caching (this never returns an error) */ cell->cache = fscache_acquire_cookie(afs_cache_netfs.primary_index, &afs_cell_cache_index_def, - cell); + cell, true); #endif /* add to the cell lists */ @@ -293,7 +293,7 @@ struct afs_cell *afs_cell_lookup(const char *name, unsigned namesz, if (!cell) { /* this should not happen unless user tries to mount * when root cell is not set. Return an impossibly - * bizzare errno to alert the user. Things like + * bizarre errno to alert the user. Things like * ENOENT might be "more appropriate" but they happen * for other reasons. */