summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorDan Carpenter2012-03-20 17:58:06 +0100
committerLinus Torvalds2012-03-20 19:14:38 +0100
commitad2a8e6078a16d3b61b530f1447110841c36ae56 (patch)
treef926ff62ed28c3bec8527a94b0ac5e46556e8e38 /kernel
parentMerge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... (diff)
downloadkernel-qcow2-linux-ad2a8e6078a16d3b61b530f1447110841c36ae56.tar.gz
kernel-qcow2-linux-ad2a8e6078a16d3b61b530f1447110841c36ae56.tar.xz
kernel-qcow2-linux-ad2a8e6078a16d3b61b530f1447110841c36ae56.zip
AFS: checking wrong bit in afs_readpages()
We should be testing "if (vnode->flags & (1 << 4))" instead of "if (vnode->flags & 4) {". The current test checks if the data was modified instead of deleted. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions