commit | 869eb76e7b60ebd8f87a358b72e97fa0aef1d1f5 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Wed Jun 29 18:52:28 2005 -0400 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Wed Jun 29 21:02:04 2005 -0700 |
tree | 6c78a8f32c1e18286f9815f3077e454cca766bc0 | |
parent | 0b35ff23b2633eb996d666e5a49a5d49b8a6a2d3 [diff] |
[PATCH] reiserfs: Check if attrs are enabled for attr ioctls ReiserFS currently will allow the user to set/get attrs for files regardless if they are enabled. The patch checks to see if they are enabled, and returns -NOTTY if they are not. ext[23] doesn't need this check because attrs are always enabled. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>