Re: why does fsync() on a tmpfs directory give EINVAL?
From: Andrew Morton
Date: Thu Jun 16 2005 - 15:58:00 EST
Chris Friesen <cfriesen@xxxxxxxxxx> wrote:
>
>
> The man page for fsync() suggests that it is necessary to call it on the
> directory fd.
yup.
> However, in the case of tmpfs, fsync() on the file completes, but on the
> directory it returns -1 with errno==EINVAL.
bad.
> Is there any particular reason for this?
nope.
> Would a patch that makes it
> just return successfully without doing anything be accepted?
yup.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/