lkml.org 
[lkml]   [1997]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: VFAT 2.1.47
Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de> writes:

|> Below is my attempt of a vfat fix for Linux 2.1.47.
|> Please review.

There is likely to be one problem that i also tripped along while porting
msdos: you must not return ENOENT from lookup, instead only the fact that
dentry->d_inode is NULL tells the VFS that the file does not exist. Thus
you should change all `return -ENOENT' in vfat_lookup to `return 0'. This
also includes the implicit ENOENT that you may get from vfat_find.

--
Andreas Schwab "And now for something
schwab@issan.informatik.uni-dortmund.de completely different"

\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.044 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site