lkml.org 
[lkml]   [2000]   [Feb]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[patch] 2.3.48 fs/ntfs/fs.c (typo, compile error)
Date
This patch fixes a typo which breaks compilation.
--
\Peter.
--- linux/fs/ntfs/fs.c.orig Sun Feb 27 11:19:50 2000
+++ linux/fs/ntfs/fs.c Sun Feb 27 11:20:23 2000
@@ -692,7 +692,7 @@ static void ntfs_read_inode(struct inode
inode->u.ntfs_i.mmu_private = inode->i_size;
} else {
inode->i_op=&ntfs_inode_operations_nobmap;
- inode->i_fop=&ntfs_file_operations_nommap,
+ inode->i_fop=&ntfs_file_operations_nommap;
}
inode->i_mode=S_IFREG|S_IRUGO;
}
\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.026 / U:3.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site