Skip to content

Commit

Permalink
Merge pull request dorimanx#40 from faux123/master
Browse files Browse the repository at this point in the history
exfat_super.c: fix misplaced #ifdef CONFIG_EXFAT_KERNEL_DEBUG
  • Loading branch information
dorimanx committed Apr 13, 2014
2 parents 19e92e7 + 0359e18 commit 222e556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exfat_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,10 +569,10 @@ static long exfat_generic_ioctl(struct file *filp,
unsigned int cmd, unsigned long arg)
#endif
{
#ifdef CONFIG_EXFAT_KERNEL_DEBUG
#if !(LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36))
struct inode *inode = filp->f_dentry->d_inode;
#endif
#ifdef CONFIG_EXFAT_KERNEL_DEBUG
unsigned int flags;
#endif /* CONFIG_EXFAT_KERNEL_DEBUG */

Expand Down

0 comments on commit 222e556

Please sign in to comment.