From: Jeff Mahoney Date: Mon, 30 Mar 2009 18:02:27 +0000 (-0400) Subject: reiserfs: introduce reiserfs_error() X-Git-Tag: v2.6.30-rc1~615^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e5e59d431038c53954fe8f0b38bee0f0ad30349;p=pandora-kernel.git reiserfs: introduce reiserfs_error() Although reiserfs can currently handle severe errors such as journal failure, it cannot handle less severe errors like metadata i/o failure. The following patch adds a reiserfs_error() function akin to the one in ext3. Subsequent patches will use this new error handler to handle errors more gracefully in general. Signed-off-by: Jeff Mahoney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed