[PATCH 1/1] - Fix reiserfs WARNING in dquot_writeback_dquots

2017-05-28 Thread Tim Savannah
by first trying to obtain a readlock on said structure member, and if it got it, releases it before returning. After applying the patch, my system is completely stable and the warning no longer occurs. Mounting and unmounting works as expected without issue. Thanks, - Tim Savannah

[PATCH 1/1] - Fix reiserfs WARNING in dquot_writeback_dquots

2017-05-28 Thread Tim Savannah
works as expected without issue. Thanks, - Tim Savannah --- a/fs/reiserfs/super.c 2017-05-29 00:14:45.0 -0400 +++ b/fs/reiserfs/super.c 2017-05-29 00:51:44.0 -0400 @@ -67,17 +67,28 @@ static int reiserfs_sync_fs(struct super_block *s, int wait) { struct reiserfs_transaction_handle t

Re: [PATCH 1/1] - Fix reiserfs WARNING in dquot_writeback_dquots

2017-06-14 Thread Tim Savannah
Any comments? Can we get this merged, or some variation? It affects a lot more than just all my machines. Google shows this traceback is occurring for others as well. On Mon, May 29, 2017 at 12:57 AM, Tim Savannah wrote: > Oops, sent last one without patch on accident. Attached this t