]> git.baikalelectronics.ru Git - kernel.git/commit
afs: convert to new aops
authorNick Piggin <npiggin@suse.de>
Thu, 16 Oct 2008 05:04:32 +0000 (22:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:48 +0000 (11:21 -0700)
commitad56742773d4b7b783427da6d0e8ebcedaa4ca27
tree5542e01b8651140b707b6b9ebe81acb6e6ca41b3
parent2b727984678b7f577265691bf2727df0b0f05965
afs: convert to new aops

Cannot assume writes will fully complete, so this conversion goes the easy
way and always brings the page uptodate before the write.

[dhowells@redhat.com: style tweaks]
Signed-off-by: Nick Piggin <npiggin@suse.de>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/afs/file.c
fs/afs/internal.h
fs/afs/write.c