diff options
Diffstat (limited to 'include/linux/jbd2.h')
| -rw-r--r-- | include/linux/jbd2.h | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h index 2cf6e04b08fc..5c04181b7c6d 100644 --- a/include/linux/jbd2.h +++ b/include/linux/jbd2.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */  /*   * linux/include/linux/jbd2.h   * @@ -5,10 +6,6 @@   *   * Copyright 1998-2000 Red Hat, Inc --- All Rights Reserved   * - * This file is part of the Linux kernel and is made available under - * the terms of the GNU General Public License, version 2, or at your - * option, any later version, incorporated herein by reference. - *   * Definitions for transaction data structures for the buffer cache   * filesystem journaling support.   */ @@ -1608,7 +1605,6 @@ static inline u32 jbd2_chksum(journal_t *journal, u32 crc,  		JBD_MAX_CHECKSUM_SIZE);  	desc.shash.tfm = journal->j_chksum_driver; -	desc.shash.flags = 0;  	*(u32 *)desc.ctx = crc;  	err = crypto_shash_update(&desc.shash, address, length);  |