Cancelled the disabling of bmap() in lowntfs-3g

PERMISSION_HANDLING_BRANCH
Jean-Pierre André 2010-07-22 18:41:36 +02:00
parent c6c14cb256
commit a75becd7c5
1 changed files with 0 additions and 6 deletions

View File

@ -2494,8 +2494,6 @@ static void ntfs_fuse_rmdir(fuse_req_t req, fuse_ino_t parent, const char *name)
fuse_reply_err(req, 0);
}
#if FUSE_VERSION >= 28
static void ntfs_fuse_bmap(fuse_req_t req, fuse_ino_t ino, size_t blocksize,
uint64_t vidx)
{
@ -2549,8 +2547,6 @@ done :
fuse_reply_bmap(req, lidx);
}
#endif /* FUSE_VERSION >= 28 */
#ifdef HAVE_SETXATTR
/*
@ -3596,9 +3592,7 @@ static struct fuse_lowlevel_ops ntfs_3g_ops = {
.rename = ntfs_fuse_rename,
.mkdir = ntfs_fuse_mkdir,
.rmdir = ntfs_fuse_rmdir,
#if FUSE_VERSION >= 28
.bmap = ntfs_fuse_bmap,
#endif /* FUSE_VERSION >= 28 */
.destroy = ntfs_fuse_destroy2,
#if !KERNELPERMS | (POSIXACLS & !KERNELACLS)
.access = ntfs_fuse_access,