Fix for https://bugzilla.kernel.org/show_bug.cgi?id=203737

2019-06-17 Thread Саша Ковтуненко
Hello , I am trying to fix https://bugzilla.kernel.org/show_bug.cgi?id=203737 in this way: --- a/fs/jfs/jfs_logmgr.c +++ b/fs/jfs/jfs_logmgr.c @@ -1223,6 +1223,7 @@ static int open_dummy_log(struct super_block *sb) /* Make up some stuff */ dummy_log->base = 0;

Need advice about do we need this if condition

2019-04-16 Thread Саша Ковтуненко
hello I am trying to fix https://bugzilla.kernel.org/show_bug.cgi?id=202935 I found cause https://github.com/torvalds/linux/blob/master/fs/cifs/cifsfs.c#L1076 not sure is it correct to remove such condition ? Thanks AK ___ Kernelnewbies mailing list

Fix for https://bugzilla.kernel.org/show_bug.cgi?id=200085

2018-12-05 Thread Саша Ковтуненко
Hello Is it correct way to fix this issue as https://github.com/kdave/btrfs-progs/pull/151/files set up max retry count ? Thanks Ak ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org