[PATCH] Remove f_error field from struct file
[pandora-kernel.git] / include / linux / fs.h
index 9b1278e..517bf49 100644 (file)
@@ -581,7 +581,6 @@ struct file {
        atomic_t                f_count;
        unsigned int            f_flags;
        mode_t                  f_mode;
-       int                     f_error;
        loff_t                  f_pos;
        struct fown_struct      f_owner;
        unsigned int            f_uid, f_gid;