check the locked file on the cifs share with "lock status" command
>lock status -f -p cifs (to show and identify all locked cifs files)
>lock break -f "/vol/share/folder/file.doc" -p cifs (to show all locks on the listed file)
>lock break -f "/vol/share/folder/file.doc" -p cifs (to clear all locks on the listed file)