file.c (472475000979a156bc32cd75caa59737f5a1caa5) file.c (6bb885ecd746752aa70d146b58f2f83e5e21813d)
1/*
2 * linux/fs/fat/file.c
3 *
4 * Written 1992,1993 by Werner Almesberger
5 *
6 * regular file handling primitives for fat-based filesystems
7 */
8

--- 538 unchanged lines hidden (view full) ---

547out:
548 return error;
549}
550EXPORT_SYMBOL_GPL(fat_setattr);
551
552const struct inode_operations fat_file_inode_operations = {
553 .setattr = fat_setattr,
554 .getattr = fat_getattr,
1/*
2 * linux/fs/fat/file.c
3 *
4 * Written 1992,1993 by Werner Almesberger
5 *
6 * regular file handling primitives for fat-based filesystems
7 */
8

--- 538 unchanged lines hidden (view full) ---

547out:
548 return error;
549}
550EXPORT_SYMBOL_GPL(fat_setattr);
551
552const struct inode_operations fat_file_inode_operations = {
553 .setattr = fat_setattr,
554 .getattr = fat_getattr,
555 .update_time = fat_update_time,
555};
556};