BUG: Files corrupt after moving LVM volume to USB disk

2007-03-20 Thread Marti Raudsepp
Hello LKML, Second repost of BUG: Killing and reviving files with USB disks, this time also destined to linux-fsdevel. This is a reproducible demonstration of the problem initially reported in my first e-mail, titled PROBLEM: 'bio too big device' after moving to a USB disk

Re: [PATCH] ROMFS: printk format warnings

2007-03-20 Thread David Howells
Acked-By: David Howells [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()

2007-03-20 Thread Mark Fasheh
do_sync_file_range() accepts a file * from which it takes an address_space to sync. Abstract out the bulk of the function into do_sync_mapping_range() which takes the address_space directly. This way callers who want to sync an address_space directly can take advantage of the functionality

Re: [PATCH] Turn do_sync_file_range() into do_sync_mapping_range()

2007-03-20 Thread Andrew Morton
On Tue, 20 Mar 2007 14:46:26 -0700 Mark Fasheh [EMAIL PROTECTED] wrote: do_sync_file_range() accepts a file * from which it takes an address_space to sync. Abstract out the bulk of the function into do_sync_mapping_range() which takes the address_space directly. This way callers who want to