From: Peter Zijlstra Date: Tue, 8 May 2007 07:35:12 +0000 (-0700) Subject: nfs: fix congestion control: use atomic_longs X-Git-Tag: v2.6.22-rc1~525 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=277866a0e3a4f97e859f7a621f5b4f5359c9526c;p=pandora-kernel.git 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 Cc: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed