lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 25 Sep 2010 14:31:58 -0400 From: Tracey Dent <tdent48227@...il.com> To: tytso@....edu Cc: adilger.kernel@...ger.ca, jack@...e.cz, dmonakhov@...nvz.org, sandeen@...hat.com, hch@....de, linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org, Tracey Dent <Tdent48227@...il.com>, Tracey Dent <tdent48227@...il.com> Subject: [PATCH 07/10] Fs: ext4: file: fixed indent problem From: Tracey Dent <Tdent48227@...il.com> Fixed indent problem that was detected by checkpatch.pl Signed-off-by: Tracey Dent <tdent48227@...il.com> --- fs/ext4/file.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext4/file.c b/fs/ext4/file.c index ee92b66..d75e8e6 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c @@ -43,7 +43,7 @@ static int ext4_release_file(struct inode *inode, struct file *filp) /* if we are the last writer on the inode, drop the block reservation */ if ((filp->f_mode & FMODE_WRITE) && (atomic_read(&inode->i_writecount) == 1) && - !EXT4_I(inode)->i_reserved_data_blocks) + !EXT4_I(inode)->i_reserved_data_blocks) { down_write(&EXT4_I(inode)->i_data_sem); ext4_discard_preallocations(inode); -- 1.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists