aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ntfs/dir.c')
-rw-r--r--fs/ntfs/dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ntfs/dir.c b/fs/ntfs/dir.c
index d261ac4596f5..95c44577160c 100644
--- a/fs/ntfs/dir.c
+++ b/fs/ntfs/dir.c
@@ -1,7 +1,7 @@
1/** 1/**
2 * dir.c - NTFS kernel directory operations. Part of the Linux-NTFS project. 2 * dir.c - NTFS kernel directory operations. Part of the Linux-NTFS project.
3 * 3 *
4 * Copyright (c) 2001-2004 Anton Altaparmakov 4 * Copyright (c) 2001-2005 Anton Altaparmakov
5 * Copyright (c) 2002 Richard Russon 5 * Copyright (c) 2002 Richard Russon
6 * 6 *
7 * This program/include file is free software; you can redistribute it and/or 7 * This program/include file is free software; you can redistribute it and/or
@@ -610,7 +610,7 @@ dir_err_out:
610// TODO: (AIA) 610// TODO: (AIA)
611// The algorithm embedded in this code will be required for the time when we 611// The algorithm embedded in this code will be required for the time when we
612// want to support adding of entries to directories, where we require correct 612// want to support adding of entries to directories, where we require correct
613// collation of file names in order not to cause corruption of the file system. 613// collation of file names in order not to cause corruption of the filesystem.
614 614
615/** 615/**
616 * ntfs_lookup_inode_by_name - find an inode in a directory given its name 616 * ntfs_lookup_inode_by_name - find an inode in a directory given its name