yangljun / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

Patch in support for special file and block device types #355

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Detailed description of support request:

Please patch in the changes I have made for handling special files and device 
types by implementing the s3fs_mknod function. The change allows for S_IFCHR, 
S_IFIFO, S_IFSOCK, S_IFBLK and S_IFLNK types to be created on an s3fs mount. I 
have attached a patch file with the changes to implement this functionality. 
This patch file was generated from the 1.71 code release and should be easy to 
apply. 

===================================================================
The following information is very important in order to help us to help
you.  Omission of the following details may delay your support request or
receive no attention at all.
===================================================================
Version of s3fs being used (s3fs --version): 1.71

Version of fuse being used (pkg-config --modversion fuse): 2.9.2

System information (uname -a): Linux 3.4.43-43.43.amzn1.x86_64 #1 SMP Mon May 6 
18:04:41 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Distro (cat /etc/issue): Amazon Linux AMI release 2013.03

s3fs command line used (if applicable): N/A

/etc/fstab entry (if applicable): N/A

s3fs syslog messages (grep s3fs /var/log/syslog): N/A

Original issue reported on code.google.com by dsle...@gmail.com on 11 Jul 2013 at 5:44

Attachments:

GoogleCodeExporter commented 9 years ago
Hello, dsledge

Thanks for your help.
I try to merge your patch as soon as possible.
But I'm modifying codes for performance now, please wait for finishing that.

Best Regards

Original comment by ggta...@gmail.com on 12 Jul 2013 at 1:52

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r460.

Original comment by ggta...@gmail.com on 30 Jul 2013 at 7:27

GoogleCodeExporter commented 9 years ago
Hi, dsledge

I committed new revision for this issue.
if you can, please check new revision(r460).
Thank you for your patch.

Regards.

Original comment by ggta...@gmail.com on 30 Jul 2013 at 7:52

GoogleCodeExporter commented 9 years ago
Ill check it out tonight and give it a try, thank you for applying the
changes.

Original comment by dsle...@gmail.com on 30 Jul 2013 at 5:11

GoogleCodeExporter commented 9 years ago
r460 appears to be working with special file device types correctly. Thank
you for committing in the changes.

Original comment by dsle...@gmail.com on 2 Aug 2013 at 7:59