• Alexander Viro's avatar
    [PATCH] ATTR_MODE breakage · f38b769d
    Alexander Viro authored
    (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...
    f38b769d
attr.c 4.12 KB