nfs: fix congestion control: use atomic_longs
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 8 May 2007 07:35:12 +0000 (00:35 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:21 +0000 (11:15 -0700)
commit277866a0e3a4f97e859f7a621f5b4f5359c9526c
tree20b244f5c0c7b6a692f0290f70f0fefae9d88d5a
parent79df3c19aa601d264719b04e3a788a7b852f4859
nfs: fix congestion control: use atomic_longs

Change the atomic_t in struct nfs_server to atomic_long_t in anticipation
of machines that can handle 8+TB of (4K) pages under writeback.

However I suspect other things in NFS will start going *bang* by then.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nfs/write.c
include/linux/nfs_fs_sb.h