alistair23-linux/fs/exofs
Boaz Harrosh e1042ba099 exofs: Add offset/length to exofs_get_io_state
In future raid code we will need to know the IO offset/length
and if it's a read or write to determine some of the array
sizes we'll need.

So add a new exofs_get_rw_state() API for use when
writeing/reading. All other simple cases are left using the
old way.

The major change to this is that now we need to call
exofs_get_io_state later at inode.c::read_exec and
inode.c::write_exec when we actually know these things. So this
patch is kept separate so I can test things apart from other
changes.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
2011-08-06 19:35:31 -07:00
..
BUGS exofs: Documentation 2009-03-31 19:44:38 +03:00
common.h Fix common misspellings 2011-03-31 11:26:23 -03:00
dir.c exofs: Trivial: fix some indentation and debug prints 2011-03-15 15:00:27 +02:00
exofs.h exofs: Add offset/length to exofs_get_io_state 2011-08-06 19:35:31 -07:00
file.c exofs: Write sbi->s_nextid as part of the Create command 2011-03-15 15:02:51 +02:00
inode.c exofs: Add offset/length to exofs_get_io_state 2011-08-06 19:35:31 -07:00
ios.c exofs: Add offset/length to exofs_get_io_state 2011-08-06 19:35:31 -07:00
Kbuild exofs: move osd.c to ios.c 2009-12-10 09:59:21 +02:00
Kconfig
namei.c exofs: i_nlink races in rename() 2011-03-03 01:28:17 -05:00
super.c exofs: Small cleanup of exofs_fill_super 2011-08-04 12:35:23 -07:00
symlink.c exofs: Remove IBM copyrights 2009-06-21 17:53:47 +03:00