Author: Marco Stornelli <marco.stornelli@xxxxxxxxx>
Date: Sat, 06 Apr 2013 12:04:52 +0200
In every place where sb_start_write was called now we must manage the error code and return -EINTR. Signed-off-by: Marco Stornelli <marco.stornelli@xxxxxxxxx> -- fs/btrfs/file.c | 9 +++++++-- fs/cifs
If we must manage the error code, then these functions should be marked __must_check. -- Matthew Wilcox Intel Open Source Technology Centre "Bill, look, we understand that you're interested in sellin
Author: Marco Stornelli <marco.stornelli@xxxxxxxxx>
Date: Sat, 06 Apr 2013 16:56:25 +0200
Il 06/04/2013 15:17, Matthew Wilcox ha scritto: On Sat, Apr 06, 2013 at 12:04:52PM +0200, Marco Stornelli wrote: In every place where sb_start_write was called now we must manage the error code and r
Now go and look for callers of mnt_want_write() ;-/ The really painful one is in do_last(), but kern_path_create() is not much better; mq_open() would be bad too, had it not been about something you