why does fsync() on a tmpfs directory give EINVAL?

From: Chris Friesen
Date: Thu Jun 16 2005 - 15:08:55 EST



The man page for fsync() suggests that it is necessary to call it on the directory fd.

However, in the case of tmpfs, fsync() on the file completes, but on the directory it returns -1 with errno==EINVAL.

Is there any particular reason for this? Would a patch that makes it just return successfully without doing anything be accepted?

Chris
-
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/