Commit d650e991 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ntfs build fix

gcc-2.95 chokes on this.

Cc: Anton Altaparmakov <aia21@cantab.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent db376e4c
......@@ -800,7 +800,7 @@ static const char *ntfs_please_email = "Please email "
static int ntfs_write_mst_block(struct writeback_control *wbc,
struct page *page)
{
sector_t block, dblock, rec_block;;
sector_t block, dblock, rec_block;
struct inode *vi = page->mapping->host;
ntfs_inode *ni = NTFS_I(vi);
ntfs_volume *vol = ni->vol;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment