From: Eric Dumazet Date: Wed, 10 Dec 2008 17:35:45 +0000 (-0800) Subject: fix f_count description in Documentation/filesystems/files.txt X-Git-Tag: v2.6.29-rc1~549^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd659fd6275d3426d7967da1f0e3638bbbd2fedb;p=pandora-kernel.git fix f_count description in Documentation/filesystems/files.txt Documentation/filesystems/files.txt was not updated when f_count became an atomic_long_t. atomic_long_inc_not_zero() is now used instead of atomic_inc_not_zero() Signed-off-by: Al Viro --- Reading git-diff-tree failed