diff --git a/[refs] b/[refs] index bfbbcff453b3..47f14d9a7042 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3862279a5fcf44d0c68fa54a507a5bcd2ab4f0b7 +refs/heads/master: 88b8e133c46792d264c991065c2c395d0b3b5482 diff --git a/trunk/fs/nfs/dir.c b/trunk/fs/nfs/dir.c index bb132a88f4e8..9952170271b2 100644 --- a/trunk/fs/nfs/dir.c +++ b/trunk/fs/nfs/dir.c @@ -207,7 +207,7 @@ struct nfs_cache_array_entry { }; struct nfs_cache_array { - unsigned int size; + int size; int eof_index; u64 last_cookie; struct nfs_cache_array_entry array[0];