]> Git Repo - linux.git/commit
udf: convert to new aops
authorNick Piggin <[email protected]>
Tue, 16 Oct 2007 08:25:20 +0000 (01:25 -0700)
committerLinus Torvalds <[email protected]>
Tue, 16 Oct 2007 16:42:57 +0000 (09:42 -0700)
commitbe021ee41a8b65d181fe22799de6be62adf72efb
treed02e79ac30c6b03ea361bc425a566a402a8db0c0
parent82b9d1d0da8046088b0f505f92a97d12d9804613
udf: convert to new aops

Convert udf to new aops.  Also seem to have fixed pagecache corruption in
udf_adinicb_commit_write -- page was marked uptodate when it is not.  Also,
fixed the silly setup where prepare_write was doing a kmap to be used in
commit_write: just do kmap_atomic in write_end.  Use libfs helpers to make
this easier.

Signed-off-by: Nick Piggin <[email protected]>
Cc: <[email protected]>
Cc: Jan Kara <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/udf/file.c
fs/udf/inode.c
This page took 0.054788 seconds and 4 git commands to generate.