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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20131206194720.GB32122@infradead.org> Date: Fri, 6 Dec 2013 11:47:20 -0800 From: Christoph Hellwig <hch@...radead.org> To: Steven Whitehouse <swhiteho@...hat.com> Cc: Christoph Hellwig <hch@...radead.org>, viro@...iv.linux.org.uk, xfs@....sgi.com, reiserfs-devel@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net, cluster-devel@...hat.com, linux-mtd@...ts.infradead.org, jfs-discussion@...ts.sourceforge.net, linux-fsdevel@...r.kernel.org, linux-ext4@...r.kernel.org, linux-nfs@...r.kernel.org, linux-btrfs@...r.kernel.org Subject: Re: [Cluster-devel] [PATCH 16/18] gfs2: use generic posix ACL infrastructure On Wed, Dec 04, 2013 at 12:12:37PM +0000, Steven Whitehouse wrote: > > error = posix_acl_equiv_mode(acl, &mode); > > + if (error < 0) > > > Andy Price has pointed out a missing "return error;" here > > > - if (error <= 0) { > > - posix_acl_release(acl); > > + if (error == 0) > > acl = NULL; > > > > - if (error < 0) > > - return error; > > - } > > - > > Also, there seems to be a white space error in the xfs patch around line > 170 in fs/xfs/xfs_iops.c where there is an added "if (default_acl)" with > a space before the tab, I'll take care of these for the next version. -- 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