Unionfs ODF: Fix a lockdep recursive lock warning in exports master
authorRachita Kothiyal <rachita@louie.fsl.cs.sunysb.edu>
Tue, 20 May 2008 04:40:29 +0000 (00:40 -0400)
committerRachita Kothiyal <rachita@louie.fsl.cs.sunysb.edu>
Tue, 20 May 2008 04:40:29 +0000 (00:40 -0400)
commit35edb9dbfe382b5433071a6d05be15136338bdc6
treeb45b69159d56d2f21c960147cff3b2cda6856c92
parent7e7e999d65f1559485bacd9f9cf82fe170002a9e
Unionfs ODF: Fix a lockdep recursive lock warning in exports

With exports, another layer of locking gets introduced. In rename,
the following is the case:
lock_rename      (nfs_rename)
lock_rename (odf_rename)

Since the locks belong to different file systems, it's not a real issue.
Hence turning lockdep off momentarily is safe here (maybe not the
cleanest solution).

Signed-off-by: Rachita Kothiyal <rachita@fsl.cs.sunysb.edu>
fs/unionfs/odf.c