linux/fs/ubifs
Nick Piggin c2ec175c39 mm: page_mkwrite change prototype to match fault
Change the page_mkwrite prototype to take a struct vm_fault, and return
VM_FAULT_xxx flags.  There should be no functional change.

This makes it possible to return much more detailed error information to
the VM (and also can provide more information eg.  virtual_address to the
driver, which might be important in some special cases).

This is required for a subsequent fix.  And will also make it easier to
merge page_mkwrite() with fault() in future.

Signed-off-by: Nick Piggin <npiggin@suse.de>
Cc: Chris Mason <chris.mason@oracle.com>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: Miklos Szeredi <miklos@szeredi.hu>
Cc: Steven Whitehouse <swhiteho@redhat.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <joel.becker@oracle.com>
Cc: Artem Bityutskiy <dedekind@infradead.org>
Cc: Felix Blyakher <felixb@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-04-01 08:59:14 -07:00
..
Kconfig
Makefile
budget.c
commit.c
compress.c
debug.c UBIFS: spelling fix 'date' -> 'data' 2009-01-29 16:15:51 +02:00
debug.h
dir.c
file.c mm: page_mkwrite change prototype to match fault 2009-04-01 08:59:14 -07:00
find.c
gc.c UBIFS: remount ro fixes 2009-01-29 16:19:36 +02:00
io.c UBIFS: fix no_chk_data_crc 2009-01-27 16:25:10 +02:00
ioctl.c
journal.c
key.h
log.c
lprops.c
lpt.c
lpt_commit.c UBIFS: fix LPT out-of-space bug (again) 2009-01-28 16:02:07 +02:00
master.c UBIFS: return sensible error codes 2009-01-29 16:22:54 +02:00
misc.h
orphan.c
recovery.c
replay.c
sb.c
scan.c
shrinker.c
super.c vfs: simple_set_mnt() should return void 2009-03-27 14:44:03 -04:00
tnc.c UBIFS: fix no_chk_data_crc 2009-01-27 16:25:10 +02:00
tnc_commit.c
tnc_misc.c
ubifs-media.h
ubifs.h UBIFS: remove fast unmounting 2009-01-29 16:34:30 +02:00
xattr.c