Re: [patch] fsnotify: hook on removexattr, too

2005-08-05 Thread John McCutchan
On Fri, 2005-08-05 at 15:55 -0400, Robert Love wrote: > On Fri, 2005-08-05 at 19:07 +0100, marijn ros wrote: > > > I got wondering, why does fs_notify_xattr get called from setxattr in > > fs/xattr.c, but > > not from removexattr that is below it in the same file? Both seem to make > > changes

[patch] fsnotify: hook on removexattr, too

2005-08-05 Thread Robert Love
On Fri, 2005-08-05 at 19:07 +0100, marijn ros wrote: > I got wondering, why does fs_notify_xattr get called from setxattr in > fs/xattr.c, but > not from removexattr that is below it in the same file? Both seem to make > changes to > xattrs and both are exported as system calls. We should.

[patch] fsnotify: hook on removexattr, too

2005-08-05 Thread Robert Love
On Fri, 2005-08-05 at 19:07 +0100, marijn ros wrote: I got wondering, why does fs_notify_xattr get called from setxattr in fs/xattr.c, but not from removexattr that is below it in the same file? Both seem to make changes to xattrs and both are exported as system calls. We should.

Re: [patch] fsnotify: hook on removexattr, too

2005-08-05 Thread John McCutchan
On Fri, 2005-08-05 at 15:55 -0400, Robert Love wrote: On Fri, 2005-08-05 at 19:07 +0100, marijn ros wrote: I got wondering, why does fs_notify_xattr get called from setxattr in fs/xattr.c, but not from removexattr that is below it in the same file? Both seem to make changes to