aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/namei.c
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2006-03-23 14:57:43 +0000
committerAnton Altaparmakov <aia21@cantab.net>2006-03-23 14:57:43 +0000
commit67b1dfe77a2eb2a88b37cd77b8979cbdb7695bd6 (patch)
tree95383ef7826a451dea08d58518219ce30b96880d /fs/ntfs/namei.c
parentMerge branch 'master' of /usr/src/ntfs-2.6/ (diff)
downloadlinux-dev-67b1dfe77a2eb2a88b37cd77b8979cbdb7695bd6.tar.xz
linux-dev-67b1dfe77a2eb2a88b37cd77b8979cbdb7695bd6.zip
NTFS: Fix an (innocent) off-by-one error in the runlist code.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/namei.c')
-rw-r--r--fs/ntfs/namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/namei.c b/fs/ntfs/namei.c
index 5ea9eb93af62..78e0cf738e24 100644
--- a/fs/ntfs/namei.c
+++ b/fs/ntfs/namei.c
@@ -2,7 +2,7 @@
* namei.c - NTFS kernel directory inode operations. Part of the Linux-NTFS
* project.
*
- * Copyright (c) 2001-2004 Anton Altaparmakov
+ * Copyright (c) 2001-2006 Anton Altaparmakov
*
* This program/include file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published