dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/pstore
Tony Luck fbe0aa1f3d Some fixes for pstore
1) Change from ->get_sb() to ->mount()
2) Use mount_single() instead of mount_nodev()
3) Pulled in ramfs_get_inode() & trimmed to what I need for pstore
4) Drop the ugly pstore_writefile() Just save data using kmalloc() and
   provide a pstore_file_read() that uses simple_read_from_buffer().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-03-17 22:08:13 -04:00
..
Kconfig pstore: new filesystem interface to platform persistent storage 2010-12-28 14:25:21 -08:00
Makefile pstore: new filesystem interface to platform persistent storage 2010-12-28 14:25:21 -08:00
inode.c Some fixes for pstore 2011-03-17 22:08:13 -04:00
internal.h pstore: new filesystem interface to platform persistent storage 2010-12-28 14:25:21 -08:00
platform.c pstore: new filesystem interface to platform persistent storage 2010-12-28 14:25:21 -08:00