Your commit:

    UBIFS: do not read flash unnecessarily
    
    This fix makes the 'dbg_check_old_index()' function return
    immediately if debugging is disabled, instead of executing
    incorrect 'goto out' which causes UBIFS to:
    
    1. Allocate memory
    2. Read the flash
    
    On every commit. OK, we do not commit that often, but it is
    still silly to do unneeded I/O anyway.
    
    Credits to coverity for spotting this silly issue.
    
    Signed-off-by: Artem Bityutskiy <[email protected]>
    Cc: [email protected]

has been added to the upstream SCSI tree
You can find it here:

http://git.kernel.org/?p=linux/kernel/git/jejb/scsi-misc-2.6.git;a=commit;h=8b229c76765816796eec7ccd428f03bd8de8b525

This patch is scheduled to be pushed when the merge window opens for 2.6.39

James Bottomley

P.S. If you find this email unwanted, set up a procmail rule junking on
the header:

X-Git-Tree: SCSI

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to