Re: [PATCH v3 04/20] fs: check for writeback errors after syncing out buffers in generic_file_fsync

Christoph Hellwig <[email protected]>
Newsgroups gmane.comp.file-systems.jfs.general
Message-ID <20170424152335.GD9112__49222.0440799885$1493047442$gmane$org@infradead.org>
>  out:
>  	inode_unlock(inode);
> -	return ret;
> +	err = filemap_check_errors(inode->i_mapping);
> +	return ret ? : err;

Can you spell out the whole unary operation instead of this weird GCC
extension?

Otherwise looks fine:

Reviewed-by: Christoph Hellwig <[email protected]>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.