Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/1.6.x/ccs-patch/fs/realpath.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1277 by kumaneko, Sat Jun 7 07:16:21 2008 UTC revision 1278 by kumaneko, Tue Jun 10 00:59:43 2008 UTC
# Line 5  Line 5 
5   *   *
6   * Copyright (C) 2005-2008  NTT DATA CORPORATION   * Copyright (C) 2005-2008  NTT DATA CORPORATION
7   *   *
8   * Version: 1.6.2-pre   2008/06/07   * Version: 1.6.2-pre   2008/06/10
9   *   *
10   * This file is applicable to both 2.4.30 and 2.6.11 and later.   * This file is applicable to both 2.4.30 and 2.6.11 and later.
11   * See README.ccs for ChangeLog.   * See README.ccs for ChangeLog.
# Line 250  int ccs_realpath_from_dentry2(struct den Line 250  int ccs_realpath_from_dentry2(struct den
250          /***** CRITICAL SECTION END *****/          /***** CRITICAL SECTION END *****/
251          dput(d_dentry);          dput(d_dentry);
252          mntput(d_mnt);          mntput(d_mnt);
253    #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 22)
254   out:   out:
255    #endif
256          if (error)          if (error)
257                  printk(KERN_WARNING "ccs_realpath: Pathname too long.\n");                  printk(KERN_WARNING "ccs_realpath: Pathname too long.\n");
258          return error;          return error;

Legend:
Removed from v.1277  
changed lines
  Added in v.1278

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26