Re: [PATCH 1/1]ext4: Fix WARN_ON_ONCE when marking buffer dirty

2016-07-04 Thread Pranay Srivastava
On Mon, Jul 4, 2016 at 7:59 PM, Theodore Ts'o wrote: > On Thu, Jun 30, 2016 at 02:12:30PM +0300, Pranay Kr. Srivastava wrote: >> Signed-off-by: Pranay Kr. Srivastava > > The description for why the change is being made should go in the > commit. (No need to put the description in a separate cove

Re: [PATCH 1/1]ext4: Fix WARN_ON_ONCE when marking buffer dirty

2016-07-04 Thread Theodore Ts'o
On Thu, Jun 30, 2016 at 02:12:30PM +0300, Pranay Kr. Srivastava wrote: > Signed-off-by: Pranay Kr. Srivastava The description for why the change is being made should go in the commit. (No need to put the description in a separate cover letter.) I ended up rewriting the commit description as foll

Re: [PATCH 1/1]ext4: Fix WARN_ON_ONCE when marking buffer dirty

2016-07-04 Thread Pranay Srivastava
On Thu, Jun 30, 2016 at 4:42 PM, Pranay Kr. Srivastava wrote: > Signed-off-by: Pranay Kr. Srivastava > --- > fs/ext4/super.c | 30 -- > 1 file changed, 16 insertions(+), 14 deletions(-) > > diff --git a/fs/ext4/super.c b/fs/ext4/super.c > index 3822a5a..8f10715 100644

[PATCH 1/1]ext4: Fix WARN_ON_ONCE when marking buffer dirty

2016-06-30 Thread Pranay Kr. Srivastava
Signed-off-by: Pranay Kr. Srivastava --- fs/ext4/super.c | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 3822a5a..8f10715 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -4327,20 +4327,6 @@ static i