1
0
Fork 0
alistair23-linux/fs/ufs
Christoph Hellwig 9cb569d601 remove SWRITE* I/O types
These flags aren't real I/O types, but tell ll_rw_block to always
lock the buffer instead of giving up on a failed trylock.

Instead add a new write_dirty_buffer helper that implements this semantic
and use it from the existing SWRITE* callers.  Note that the ll_rw_block
code had a bug where it didn't promote WRITE_SYNC_PLUG properly, which
this patch fixes.

In the ufs code clean up the helper that used to call ll_rw_block
to mirror sync_dirty_buffer, which is the function it implements for
compound buffers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2010-08-18 01:09:01 -04:00
..
Kconfig fs/Kconfig: move ufs out 2009-01-22 13:16:00 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
balloc.c remove SWRITE* I/O types 2010-08-18 01:09:01 -04:00
cylinder.c drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h 2008-02-08 09:22:39 -08:00
dir.c clean up write_begin usage for directories in pagecache 2010-08-09 16:47:31 -04:00
file.c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 2010-05-30 09:11:11 -07:00
ialloc.c remove SWRITE* I/O types 2010-08-18 01:09:01 -04:00
inode.c switch ufs to ->evict_inode() 2010-08-09 16:48:02 -04:00
namei.c ufs: Remove dead quota code 2010-05-24 14:10:19 +02:00
super.c switch ufs to ->evict_inode() 2010-08-09 16:48:02 -04:00
swab.h ufs: replace __inline with inline 2008-04-28 08:58:45 -07:00
symlink.c ufs: add ufs speciffic ->setattr call 2010-05-21 19:30:40 +02:00
truncate.c remove SWRITE* I/O types 2010-08-18 01:09:01 -04:00
ufs.h switch ufs to ->evict_inode() 2010-08-09 16:48:02 -04:00
ufs_fs.h ufs: permit mounting of BorderWare filesystems 2010-05-27 09:12:43 -07:00
util.c remove SWRITE* I/O types 2010-08-18 01:09:01 -04:00
util.h remove SWRITE* I/O types 2010-08-18 01:09:01 -04:00