Re: Bugs in quota code (long) (new)

Andrea Arcangeli (andrea@e-mind.com)
Fri, 23 Apr 1999 19:06:13 +0200 (CEST)


On Wed, 14 Apr 1999, Jan Kara wrote:

> So finally I fixed reported race in quotas and I've probably found
>some others. So here is the list of them:

This is bogus:

+ error = dentry->d_inode->i_sb->dq_op->transfer(dentry,
iattr, cu
rrent->euid);

you must _always_ check against fsuid and not agains euid.

Andrea Arcangeli

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/