Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 985eafcc authored by OGAWA Hirofumi's avatar OGAWA Hirofumi
Browse files

fat: fix duplicate addition of ->llseek handler

parent ebeb0406
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -841,7 +841,6 @@ const struct file_operations fat_dir_operations = {
	.compat_ioctl	= fat_compat_dir_ioctl,
#endif
	.fsync		= file_fsync,
	.llseek		= generic_file_llseek,
};

static int fat_get_short_entry(struct inode *dir, loff_t *pos,