]> git.neil.brown.name Git - history.git/commit
[PATCH] ATTR_MODE breakage
authorAlexander Viro <viro@math.psu.edu>
Wed, 1 May 2002 05:26:24 +0000 (22:26 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Wed, 1 May 2002 05:26:24 +0000 (22:26 -0700)
commitf38b769db232b5fbb716edeb15cb5443374e649e
treec065fc437c45c5622b14d08640f8d7087864e104
parentb7d1200ebcc09106563c61c2b3686bcf2d39eab0
[PATCH] ATTR_MODE breakage

(originally caught by Paul Larson <plars@austin.ibm.com>)

Patch fixes a couple of idiotic bugs in notify_change() (my
fault).  Unary operations have higher priority than binary ones, so
if (!valid & ATTR_MODE) doesn't do the right thing.  I plead temporary
braindamage...
fs/attr.c