[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] get rid of vm_private_data and win posix shm
> I implemented posix shm with its own namespace by extending filp_open
> and do_unlink by an additional parameter for the root inode.
> Also extending this to a complete filesystem should be easy (but not
> my target).
It would seem that the best way to fix the inelegance of the patch - the
shm_open and shm_unlink syscalls, the hacks on filp_open etc would be to do
exactly that - make it a real fs, at least for open/unlink/openddir/readdir
even if not for read/write
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.nl.linux.org/Linux-MM/