Re: [Ecryptfs-devel] exporting ecryptfs mnt over NFS

2008-04-09 Thread Rajouri Jammu
Are there plans to implement export_ops?

On Wed, Apr 9, 2008 at 5:43 AM, Michael Halcrow [EMAIL PROTECTED] wrote:

 On Tue, Apr 08, 2008 at 10:07:45PM -0700, Rajouri Jammu wrote:
  Is there a way to export an ecryptfs mount point over NFS?I tried
  doing it but it didn't work.

 eCryptfs cannot be exported via NFS because eCryptfs does not
 currently implement export_ops.

 Mike

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.1 (GNU/Linux)

 iQEVAwUBR/y519tAhTFtyodpAQM/SQgAophNadM7j1Ld/Wd4V7lcvhI5NwVWSbct
 4X38sz3k+/WVJjl9tyAiGPMND2Di9I3kvFTnLcbDFJa0P/YlliGQnYBYdiBFCGH0
 cVGoS0bSw/txnfeb1MVL0UAYmGMfnWrFGg2xmZ8fc1Zf1ZgYnK0/ERXGb+pGKAXo
 BFyoL5d4vBZ4vSvHfWXitw1B7DXsscWO1tcIGYusKEglCAS0b7fdxR1az9pkAMYp
 nL1jaIb9vanLOwRbt9RtGfRM7XFEWrPOikL0Qa9dc3cm2HsJ5FWKe92M70jE7mGB
 0Zt+uRCsHxOabfTHe1OSq7EBuJyr+sUTvYMHO3IQp4tViNL9U0JQMg==
 =B7wu
 -END PGP SIGNATURE-


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
eCryptfs-devel mailing list
eCryptfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecryptfs-devel


Re: [Ecryptfs-devel] dput before mntput

2008-03-16 Thread Rajouri Jammu
Any ideas?
Isn't this a bug?


On Tue, Mar 11, 2008 at 10:14 PM, Rajouri Jammu [EMAIL PROTECTED]
wrote:

 Hi,

 I was just looking through ecryptfs code and found this in
 ecryptfs_d_release() in dentry.c

 mntput(ecryptfs_dentry_to_lower_mnt(dentry));
 dput(ecryptfs_dentry_to_lower(dentry));

 Shouldn't the dput be before mntput?



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
eCryptfs-devel mailing list
eCryptfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecryptfs-devel


[Ecryptfs-devel] dput before mntput

2008-03-11 Thread Rajouri Jammu
Hi,

I was just looking through ecryptfs code and found this in
ecryptfs_d_release() in dentry.c

mntput(ecryptfs_dentry_to_lower_mnt(dentry));
dput(ecryptfs_dentry_to_lower(dentry));

Shouldn't the dput be before mntput?
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
eCryptfs-devel mailing list
eCryptfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecryptfs-devel