super.c (1094a4a6118019255bf0e4adaa96bb17ccec3a82) | super.c (d7f2ff6718efa155fd92e481a5960496d084c63f) |
---|---|
1/* 2 * Squashfs - a compressed read only filesystem for Linux 3 * 4 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 1/* 2 * Squashfs - a compressed read only filesystem for Linux 3 * 4 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
5 * Phillip Lougher <phillip@lougher.demon.co.uk> | 5 * Phillip Lougher <phillip@squashfs.org.uk> |
6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License 9 * as published by the Free Software Foundation; either version 2, 10 * or (at your option) any later version. 11 * 12 * This program is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 474 unchanged lines hidden (view full) --- 488 .statfs = squashfs_statfs, 489 .put_super = squashfs_put_super, 490 .remount_fs = squashfs_remount 491}; 492 493module_init(init_squashfs_fs); 494module_exit(exit_squashfs_fs); 495MODULE_DESCRIPTION("squashfs 4.0, a compressed read-only filesystem"); | 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License 9 * as published by the Free Software Foundation; either version 2, 10 * or (at your option) any later version. 11 * 12 * This program is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of --- 474 unchanged lines hidden (view full) --- 488 .statfs = squashfs_statfs, 489 .put_super = squashfs_put_super, 490 .remount_fs = squashfs_remount 491}; 492 493module_init(init_squashfs_fs); 494module_exit(exit_squashfs_fs); 495MODULE_DESCRIPTION("squashfs 4.0, a compressed read-only filesystem"); |
496MODULE_AUTHOR("Phillip Lougher <phillip@lougher.demon.co.uk>"); | 496MODULE_AUTHOR("Phillip Lougher <phillip@squashfs.org.uk>"); |
497MODULE_LICENSE("GPL"); | 497MODULE_LICENSE("GPL"); |