From: Jeff Mahoney Date: Wed, 29 Jun 2005 22:52:28 +0000 (-0400) Subject: [PATCH] reiserfs: Check if attrs are enabled for attr ioctls X-Git-Tag: v2.6.13-rc2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=869eb76e7b60ebd8f87a358b72e97fa0aef1d1f5;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed