On Mon, Jun 27, 2005 at 03:28:49PM +0400, Alexander Zarochentsev wrote: > not exactly. I meant that seq_file has its own VFS-like thing struct > seq_operations.
It's not that VFS-like, it's more a set of callback than actual methods. But yes, if you're actually doing work at a significant lower layer adding abstractions make sense. Note that seq_file.c while not beeing the VFS is also a generic library that you can use with any filesystem if you want to implement sequential synthetic files.
