From: Christoph Lameter Date: Thu, 23 Jun 2005 07:10:17 +0000 (-0700) Subject: [PATCH] Remove f_error field from struct file X-Git-Tag: v2.6.13-rc1~68^2~401 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45778ca819accab1a4a3378b3566cab0f189164f;p=pandora-kernel.git [PATCH] Remove f_error field from struct file The following patch removes the f_error field and all checks of f_error. Trond said: f_error was introduced for NFS, and made sense when we were guaranteed always to have a file pointer around when write errors occurred. Since then, we have (for various reasons) had to introduce the nfs_open_context in order to track the file read/write state, and it made sense to move our f_error tracking there too. Signed-off-by: Christoph Lameter Acked-by: Trond Myklebust Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed