diff options
Diffstat (limited to 'fs/jbd2/transaction.c')
-rw-r--r-- | fs/jbd2/transaction.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index 325bc019ed88..a1920da22802 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c | |||
@@ -332,7 +332,6 @@ static handle_t *new_handle(int nblocks) | |||
332 | handle_t *handle = jbd2_alloc_handle(GFP_NOFS); | 332 | handle_t *handle = jbd2_alloc_handle(GFP_NOFS); |
333 | if (!handle) | 333 | if (!handle) |
334 | return NULL; | 334 | return NULL; |
335 | memset(handle, 0, sizeof(*handle)); | ||
336 | handle->h_buffer_credits = nblocks; | 335 | handle->h_buffer_credits = nblocks; |
337 | handle->h_ref = 1; | 336 | handle->h_ref = 1; |
338 | 337 | ||