All of lore.kernel.org
 help / color / mirror / Atom feed
* Inode EIO flag?
@ 2005-08-02 23:27 Martin Jambor
  2005-08-03  9:09 ` Miklos Szeredi
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jambor @ 2005-08-02 23:27 UTC (permalink / raw)
  To: linux-fsdevel

Is there any inode flag (or anything equivalent) indicating that
writing that particular inode to the device failed because of an IO
error?

I couldn't find one or determine what am I supposed to do when that happens....

TIA

Martin

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Inode EIO flag?
  2005-08-02 23:27 Inode EIO flag? Martin Jambor
@ 2005-08-03  9:09 ` Miklos Szeredi
  0 siblings, 0 replies; 2+ messages in thread
From: Miklos Szeredi @ 2005-08-03  9:09 UTC (permalink / raw)
  To: jamborm; +Cc: linux-fsdevel

> Is there any inode flag (or anything equivalent) indicating that
> writing that particular inode to the device failed because of an IO
> error?

For the data, there's AS_EIO flag in inode->i_mapping->flag.

Miklos

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-03  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-02 23:27 Inode EIO flag? Martin Jambor
2005-08-03  9:09 ` Miklos Szeredi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.